@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#5c5c5c;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #176fc0;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
	height: 97px;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}

.logo{
	margin: 23px 0 0 0;
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}

.nav{
	position: absolute;
	left: 200px;
	top: 0px;
}
.nav>li{
	float: left;
	position: relative;
	/*margin: 0px 3px;*/
}
.nav>li>a{
	display: block;
	height: 97px;
	line-height: 97px;
	font-size: 16px;
	color:#000;
	padding:0px 25px;
}
.nav>li>a:hover{
	color: #176fc0;
	background: none;
}
.nav>li.active>a{
	color: #176fc0;
	background: none;
}
.nav>li:nth-child(2)>a,
.nav>li:nth-child(4)>a,
.nav>li:nth-child(5)>a,
.nav>li:nth-child(6)>a {
	background: url(../images/nav_icon.png) no-repeat calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -webkit-calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -moz-calc(100% - 5px) center;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 97px;
	width: 100%;
	background: #fff;
	border-top: 2px solid #F8A80C;
	display: none;
	padding: 10px 0px;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 28px;
	margin: 0px 10px;
	font-family: arial;
	color: #666;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
}
.sub_dl dd a:hover{
	color: #666;
	border-bottom: 2px solid #F8A80C;
}
.language{
	background: url(../images/lan_bg.png) no-repeat;
	width: 163px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 38px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.language span{
	display: block;
	padding-left: 6px;
}
.language span img{
	margin-right: 3px;
}
.lan_ul{
	position: absolute;
	left: 0px;
	top: 25px;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	display: none;
}
.language:hover .lan_ul{
	display: block;
}
.lan_ul li a{
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
.lan_ul li a:hover{
	background: #f9f9f9;
}
@media (max-width: 991px) {
	.language{
		display: none;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		padding: 0px 18px;
		font-size: 15px;
	}
	.nav>li:nth-child(2)>a{
		background: url(../images/nav_icon.png) no-repeat right center;
	}
}



#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
.menu_li>a{
	background: url(../images/menu_icon1.png) no-repeat 200px center #fff;
}
#mobileMenu .menu .menu_li.on>a{
	background: url(../images/menu_icon2.png) no-repeat 200px center #005BAC;
	color: #fff;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #176fc0;
    text-decoration: none;
    color:#fff;
}
.mobile_language a{
	float: left;
	width: 50%;
	padding-right: 25px;
	text-align: center;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header .nav{
		display: none;
	}
	.logo img{
		width: 100px;
	}
	.logo{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 550px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:550px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #176fc0 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*栏目列表*/
.menu_wrap{
	width: 100%;
	background: #F5F5F5;
	padding: 70px 0px 110px;
}
.dldl{
	padding: 0px 0px 0px 235px;
	position: relative;
}
.dl_left{
	background: url(../images/dl_jt.png) no-repeat right 68px;
	width: 235px;
	padding-right: 70px;
	position: absolute;
	left: 0px;
	top: 48px;
}
.dl_left a{
	display: block;
}
.dl_left img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.dl_left:hover img{
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg); 
	-moz-transform:rotateY(180deg); 	
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}
.dl_left p{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.dl_ul{
	overflow: hidden;
}
.dl_ul li{
	float: left;
	width: 25%;
	padding-top: 48px;
	border-top: 1px solid #BFBFBF;
	position: relative;
}
.dl_ul li a{
	display: block;
	height: 100%;
}
.dl_ul li span{
	position: absolute;
	height: 1px;
	width: 50%;
	background: #F5F5F5;
	top: -1px;
	display: block;
}
.dl_ul li:first-child span{
	left: 0px;
}
.dl_ul li:last-child span{
	right: 0px;
}
.dl_ul li:first-child{
	background: url(../images/list_line.png) no-repeat center top;
}
.dl_ul li:last-child{
	background: url(../images/list_line.png) no-repeat center top;
}
.dl_icon{
	width: 100%;
	max-width: 165px;
	margin: 0 auto;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #fff;
}
.dl_ul li:hover .dl_icon{
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg); 
	-moz-transform:rotateY(180deg); 	
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}
.dl_icon img{
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
	max-width: 50.7%;
	max-height: 49.2%;
}
.dl_ul li p{
	line-height: 22px;
	padding: 9px 0px;
	text-align: center;
	color: #666;
}
.dl_title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #0d499f;
	font-weight: bold;
	display: none;
}
@media(max-width: 991px){
	.dl_left{
		display: none;
	}
	.dl_title{
		display: block;
	}
	.dldl{
		padding-left: 0px;
	}
	.dl_ul li{
		padding: 42px 3px 0px;
	}
	.menu_wrap{
		padding: 50px 0px;
	}
}
@media(max-width: 767px){
	.dl_icon img{
		max-width: 60%;
		max-height: 60%;
	}
	.dl_icon{
		border: none;
		background: #fff;
	}
	.dl_ul li{
		padding: 22px 3px 0px;
	}
	.dl_title{
		height: 35px;
		line-height: 35px;
	}
	.menu_wrap{
		padding: 30px 0px;
	}
}

/*公司简介 新闻动态*/
.center_wrap{
	padding: 50px 0;
	background: url(../images/wrap_bg.png) no-repeat center bottom;
}
.about{
	width: 50%;
	float: left;
	padding-right: 30px;
}
.index_title{
	height: 50px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.index_title span{
	font-size: 24px;
	font-weight: bold;
	color: #176fc0;
}
.title_more{
	position: absolute;
	right: 0px;
	top: 0px;
}
.about_img{
	margin-bottom: 10px;
	margin-top: 10px;
}
.about_img img{
	display: block;
	width: 100%;
}
.about_nr{
	color: #666;
}
.index_news_box{
	float: left;
	width: 50%;
	padding-left: 30px;
}
.news_ul{
	margin-top: -20px;
}
.news_ul li{
	padding: 8px 0 0;
}
.news_ul li h3{
	line-height: 25px;
	padding: 10px 0px;
	border-bottom: 2px solid #D9D9D9;
}
.news_ul li h3 a{
	font-size: 16px;
	color: #333;
	display: block;
	max-height: 50px;
	overflow: hidden;
}
.news_ul li p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-top: 5px;
	max-height: 40px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.about{
		padding-right: 15px;
	}
	.index_news_box{
		padding-left: 15px;
	}
	.center_wrap{
		padding: 30px 0px;
	}
	.index_title{
		margin-bottom: 0px;
	}
	.index_title span{
		font-size: 20px;
	}
	.news_ul{
		margin-top: -10px;
	}
	.news_ul li h3{
		padding: 5px 0px;
	}
	.news_ul li h3 a{
		font-size: 14px;
	}
}
@media only screen and (max-width:767px ) {
	.about,.index_news_box{
		float: none;
		width: 100%;
		padding: 0px;
	}
	.about{
		margin-bottom: 20px;
	}
}
.contact_wrap{
	width: 100%;
	height: 300px;
	padding-top: 47px;
	background: url(../images/contact_bg.jpg) no-repeat center top fixed;
}
.contact_ul{
	overflow: hidden;
}
.contact_ul li{
	width: 25%;
	float: left;
}
.contact_ul li:hover img{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.contact_ul li img{
	width: 107px;
	height: 107px;
	display: block;
	margin: 0 auto 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.contact_ul li h4{
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.contact_ul li p{
	display: block;
	margin: 0 auto;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	max-height: 44px;
	overflow: hidden;
	text-align: center;
}
.contact_ul li p a{
	color: #fff;
}
@media only screen and (max-width:991px ) {
	.contact_wrap{
		display: none;
	}
}

/*底部内容*/
footer{
	width: 100%;
	line-height: 22px;
	padding: 20px 0px;
	color: #333;
	text-align: center;
}


.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 35px auto 55px;
}
.weizhi{
	height: 35px;
	line-height: 35px;
	padding-left: 41px;
	background: url(../images/home_icon.png) no-repeat 13px center #fff;
	margin-bottom: 45px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.weizhi a{
	color: #176fc0;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}


/*左侧*/
.main_left{
	float: left;
	width: 20%;
}
.left_title{
	color: #fff;
	border-right: 3px solid #F9A51B;
	background: #176FC0;
	position: relative;
	text-align: center;
	padding: 20px 5px;
	margin-bottom: 12px;
}
.left_title h3{
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		line-height: 26px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
}
.left_ul li{
	margin-bottom: 10px;
}
.left_ul li a{
	display: block;
	height: 39px;
	line-height: 39px;
	padding-left: 26px;
	border-right: 3px solid #F8F7F6;
	font-size: 16px;
	color: #666;
	background: url(../images/li_bg1.png) no-repeat calc(100% - 23px) #F8F7F6;
	background: url(../images/li_bg1.png) no-repeat -webkit-calc(100% - 23px) #F8F7F6;
	background: url(../images/li_bg1.png) no-repeat -moz-calc(100% - 23px) #F8F7F6;
}
.left_ul li a:hover,.left_ul li a:focus{
	color: #fff;
	background: url(../images/li_bg2.png) no-repeat calc(100% - 23px) #176FC0;
	background: url(../images/li_bg2.png) no-repeat -webkit-calc(100% - 23px) #176FC0;
	background: url(../images/li_bg2.png) no-repeat -moz-calc(100% - 23px) #176FC0;
	border-right: 3px solid #F9A51B;
}
.left_ul li.producttype1sel a{
	color: #fff;
	background: url(../images/li_bg2.png) no-repeat calc(100% - 23px) #176FC0;
	background: url(../images/li_bg2.png) no-repeat -webkit-calc(100% - 23px) #176FC0;
	background: url(../images/li_bg2.png) no-repeat -moz-calc(100% - 23px) #176FC0;
	border-right: 3px solid #F9A51B;
}
.left_ul li.producttype2 a{
	height: 30px;
	line-height: 30px;
	background: url(../images/li_bg3.png) no-repeat 17px center;
	padding-left: 30px;
	border-right: none;
	font-size: 14px;
}
.left_ul li.producttype2 a:hover{
	color: #176fc0;
	background: url(../images/li_bg4.png) no-repeat 17px center;
}
.left_ul li.producttype2sel a{
	color: #176fc0;
	background: url(../images/li_bg4.png) no-repeat 17px center;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	border-right: none;
	font-size: 14px;
}
.main_right{
	float: right;
	width: 76%;
}
.main_box{
	min-height: 300px;
	line-height: 30px;
}
.main_box img{
	width: 100%;
}
@media only screen and (max-width:1199px ) {
	.left_title h3{
		font-size: 16px;
	}
	.left_ul li a{
		font-size: 14px;
	}
	.weizhi{
		margin-bottom: 30px;
	}
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px;
	}
	.left_title h3{
		line-height: 56px;
		font-size: 18px;
		font-weight: normal;
	}
	.left_ul{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding-left: 20px;
		font-size: 18px;
	}
	.main_box iframe {
		display: none;
	}
}
@media (max-width: 767px){
	
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
	footer{
		border-top: 1px solid #ddd;
	}
	
}

.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 20px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 470px;
	overflow: hidden;
	background: #E6E6E6;
	border: 1px solid #E6E6E6;
	padding: 8px;
}
.pro_img{
	display: block;
	overflow: hidden;
	border: 1px solid #CFCFCF;
}
.pro_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_a:hover .pro_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pro_a:hover{
	border: 1px solid #F9A720;
}
.pro_a p{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
/*新闻*/
.news_list{
	overflow: hidden;
	margin-top: -15px;
}
.news_list li{
	padding: 15px;
}
.news_a{
	display: block;
	max-width: 288px;
	margin: 0 auto;
	border: 1px solid #B5B5B5;
	width: 100%;
}
.news_a:hover,.news_a:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.news_img{
	overflow: hidden;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news_a:hover .news_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news_bottom{
	padding: 12px;
}
.news_a h3{
	font-size: 16px;
	line-height: 18px;
	color: #000;
	height: 36px;
	overflow: hidden;
}
.news_a h4{
	line-height: 24px;
	margin: 8px 0;
	background: url(../images/news_icon1.png) no-repeat left center;
	padding-left: 25px;
	color: #666;
	font-size: 14px;
}
.news_ms{
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.news_more{
	padding-left: 25px;
	background: url(../images/news_icon2.png) no-repeat left center;
	color: #176fc0;
	margin-top: 5px;
}
@media only screen and (max-width:991px ) {
	.news_a h3{
		font-size: 14px;
	}
}


@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box span.current{
	color:#fff;
	background:#176fc0;
	border: 1px solid #176fc0;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
	line-height: 30px;
}
.news_content img{
	width: 100%;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}
@media (max-width: 991px) {
	.page_box{
		margin-top: 20px;
	}
}

.layui-layer{
	max-width: 650px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


